===================================
INTRODUCTION
===================================
This 4 tools created to work
with *.sqf files: add references to Init.sqs,
merge'em to SQF-modules
(SQFs with many functions inside)
and fix this modules if needed.
===================================

1) Initiator

===================================

Initiator was written to make/update "Init.sqs"
with function initializing strings like avg=loadfile{average.sqf}.

In addition, in all *.sqf files what you select
all local variables exept _this and _time will be automaticaly "privatized"
===================================

2 possible ways of usage:

1- Drag-drop *.sqf files on Initiator.exe
       OR
2- Put Initiator.exe in the folder with *.sqf files (mission folder) 
and double-click on exe.

If Init.sqs is already exists, strings will be written at the first lines.

===================================

2) Privatizator

===================================

This tool uses text of the function 
in clipboard and puts "private[...]" string
back to clipboard.
===================================
Just copy the text of your function,
double-click on exe and paste the 
result from clipboard where you need.
===================================

3) OneLinerMaker

===================================
Uses text of the function 
in clipboard and convert it to the
one line of code.
===================================
Copy the text of your function,
double-click on exe and paste the 
result from clipboard where you need.

Option: "private[...]" string in
function can be automatically redefined.
===================================

4) Modulator

===================================
Used to merge *.sqf files.
This *.sqf files can be plain functions
or function modules, the result is a
function module.
===================================
Drag-drop *.sqf files on Modulator.exe
You can add functions to existing module
(open file dialog) or create a new one
(create file dialog). All functions 
from plain SQFs will be "privatized".

===================================

Requirements:

Microsoft .NET 3.5
===================================
Disclaimer

This is unofficial tool set, so I wont take any responsability
for any lost or damage of information, hardware, software, etc.  
caused directly or indirectly by this tools.
Use this by YOUR OWN risk! 

===================================
Contacts:

andrey.melekhoff@mail.ru,
OFPEC: SoldierEPilot






